home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 2003 August / MW 8 2003 CD1.iso / Inside Macworld / Product News / gimp-1.2.4.sit / gimp-1.2.4 / app / tile_cache.h < prev    next >
Encoding:
C/C++ Source or Header  |  1997-11-24  |  257 b   |  14 lines

  1. #ifndef __TILE_CACHE_H__
  2. #define __TILE_CACHE_H__
  3.  
  4.  
  5. #include "tile.h"
  6.  
  7.  
  8. void  tile_cache_insert   (Tile          *tile);
  9. void  tile_cache_flush    (Tile          *tile);
  10. void  tile_cache_set_size (unsigned long  cache_size);
  11.  
  12.  
  13. #endif /* __TILE_CACHE_H__ */
  14.